home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / vc153.zip / VCS.BAT < prev    next >
DOS Batch File  |  1992-12-20  |  263b  |  9 lines

  1. @echo off
  2. rem Run VCS.BAT like this:
  3. rem    VCS fileone filetwo
  4. rem where fileone and filetwo are two program source files you wish to compare.
  5. vcomp %1 %2 /D > VCS.TMP
  6. if errorlevel 2 goto end
  7. if errorlevel 1 kedit %1 %2 !cline (profile vcs isa 64
  8. :end
  9.